func runtime.acquirep

11 uses

	runtime (current package)
		proc.go#L1939: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2279: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L3009: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3270: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3688: 				acquirep(pp)
		proc.go#L3697: 			acquirep(pp)
		proc.go#L3705: 			acquirep(pp)
		proc.go#L3772: 			acquirep(pp)
		proc.go#L5103: 		acquirep(pp)
		proc.go#L6109: 		acquirep(pp)
		proc.go#L6259: func acquirep(pp *p) {